Shady Aziza
Results
2
issues of
Shady Aziza
Added new `easyPay` api ```dart Future easyPay({ required String checkoutId, required BrandType brand, required CardInfo card, }) ``` Which does not require any configuration from the client side. The possible...
Executing this line ` final result = await hyperpay.pay(card);` Results in this error `Could not cast value of type 'NSNull' (0x7ff863f30f58) to 'NSString' (0x7ff863f2e638).` and app crashes. `hyperpay: ^1.0.0-dev.7`