-
The fallback query used in `WC_Payments::should_load_stripe_billing_integration()` currently runs on every page load. The decision from the query results should probably be cached, especially since i…
-
-
-
### What happened?
I am using
Embedded Form for payment follow:
```
const stripePromise = loadStripe(process.env.STRIPE_KEY, {
apiVersion: process.env.STRIPE_API_VERSION,
});
const Check…
-
We use the "Redirect customers to Stripe Checkout" payment flow. Has there been any work done on support for this ?
I've been trying to reverse engineer the Magento payment module to try and figure…
-
### Tasks
- [x] Setup Stripe account
- [x] Add stripe element to checkout https://github.com/brianach/fmcistore/commit/dede6135e65b3640a88b2bd6ba3ffced88e22d55
-
Hi there,
I'm just trying to piece the "Failed Payment" process together and spotted this code on Line 271 of paid-memberships-pro/services/stripe-webhook.php:
`elseif($pmpro_stripe_event->typ…
-
Ref: pdfdoF-5MC-p2#comment-6830
For the onboarding flow:
> WooPayments active, Stripe Extension active & enabled -> onboarding should be required and starts with selecting the payment provider with …
-
### 1. PayPal subscription integration is not done
### 2. Membership data is not synced
You've altered the data to be sent to Stripe, so that Stripe creates payments/subscriptions with the corre…
-
**Task Name**
Create Payments Service
**Problem Statement**
TakeNote needs to be able to take payments from users
**Desired Results**
online service for users to subscribe to our service
*…