-
```
const paymentRequest = new PaymentRequest(
[IOS_PAYMENT_METHOD_DATA],
DETAILS,
);
paymentRequest
.canMakePayment()
.then(async (canMakePayment: boolean) => {…
-
## Summary
I'm having a crash on an image not found
`StripeUICore/ImageMaker.swift:51: Assertion failed: Failed to find an image named icon_x_standalone`
The weird thing is that the crash happens…
-
### Based on feedback from payment company. Cases to consider handling:
- Fee or eligibility based on entry or exit time that differs from paid period time block (paid period from 9am to midnight, …
-
Hi @dmitry-blackwave ,
![image](https://user-images.githubusercontent.com/5992474/59157339-bbc63e80-8ac6-11e9-94c0-56fafc0c294b.png)
I was getting the above error when i did your installation s…
-
## Summary
When using Applepay to pay, there will be a problem that the payment panel cannot be displayed normally
## Code to reproduce
The following is the specific integration code implementa…
-
Ensure that all telemetry events currently triggered by Payment Request Buttons (PRBs) are also implemented and triggered in the Express Checkout Element (ECE). This task involves reviewing the teleme…
-
**Describe the bug**
When creating the payment sheet on iOS (on Android it works fine), I'm getting this error, then the App crashes:
`StripeUICore/ImageMaker.swift:51: Assertion failed: Failed to f…
-
Hay there, thanks for this package,
I just want to try it , and then i run on this error:
Error: node_modules/@mangopay/checkout-sdk/types/checkout-sdk-elements-core/checkout-sdk-options.d.ts:1:29…
-
**Describe the bug**
I configured like this but gpay not showing so how can test it?
try {
await Stripe.instance.initPaymentSheet(
paymentSheetParameters: SetupPaymentSheetPa…
-
Hello,
I am trying to add applePay. I use my Iphone 14 pro (128gb) because on simulator it doesn't work.
And the app freeze because of this line below (line 221):
```dart
TokenData tokenResult …