You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@
8
8
This library is designed to add a new gateways to Payum to support Stripe (with SCA support)
9
9
Actually there is one Gateway fully supported `Stripe checkout session` but soon `Stripe JS` will be supported too.
10
10
11
-
> If you are using Symfony use the bundle : [prometee/payum-stripe-checkout-bundle](https://github.com/Prometee/PayumStripeCheckoutSessionBundle)
11
+
> If you are using Symfony use the bundle : [flux-se/payum-stripe-bundle](https://github.com/FluxSE/PayumStripeBundle)
12
12
13
-
> If you are using Sylius use the plugin : [prometee/sylius-payum-stripe-checkout-session-plugin](https://github.com/Prometee/SyliusPayumStripeCheckoutSessionPlugin)
13
+
> If you are using Sylius use the plugin : [flux-se/sylius-payum-stripe-plugin](https://github.com/FluxSE/SyliusPayumStripePlugin)
14
14
15
15
## Installation
16
16
17
17
Install using Composer :
18
18
19
19
```bash
20
-
composer require prometee/payum-stripe
20
+
composer require flux-se/payum-stripe
21
21
```
22
22
23
23
Choose one of [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation),
Examples available into the [`src/Action/Api/WebhookEvent/`](../../src/Action/Api/WebhookEvent) folder.
94
94
95
95
## Subscription handling
@@ -98,7 +98,7 @@ Payum don't have php `Interfaces` to handle subscription, that's why subscriptio
98
98
managed by yourself. There is maybe a composer packages which meet your need,
99
99
but you will have to build the interface between your subscription `Model` class and `Payum`.
100
100
101
-
Usually you will have to build a `ConvertPaymentAction` like this one : [ConvertPaymentAction.php](https://github.com/Prometee/SyliusPayumStripeCheckoutSessionPlugin/blob/master/src/Action/ConvertPaymentAction.php)
101
+
Usually you will have to build a `ConvertPaymentAction` like this one : [ConvertPaymentAction.php](https://github.com/FluxSE/SyliusPayumStripePlugin/blob/master/src/Action/ConvertPaymentAction.php)
102
102
customizing the `supports` method to meet your need and finally providing the right `$details` array.
103
103
104
104
Example : https://stripe.com/docs/payments/checkout/subscriptions/starting#create-checkout-session (`$details` is the array given to create a `Session`)
@@ -111,6 +111,6 @@ Example : https://stripe.com/docs/payments/checkout/subscriptions/updating#creat
111
111
112
112
## More
113
113
114
-
- A Symfony bundle : [prometee/payum-stripe-checkout-bundle](https://github.com/Prometee/PayumStripeCheckoutSessionBundle)
115
-
- A Sylius plugin : [prometee/sylius-payum-stripe-checkout-session-plugin](https://github.com/Prometee/SyliusPayumStripeCheckoutSessionPlugin)
114
+
- A Symfony bundle : [flux-se/payum-stripe-checkout-bundle](https://github.com/FluxSE/PayumStripeBundle)
115
+
- A Sylius plugin : [flux-se/sylius-payum-stripe-checkout-session-plugin](https://github.com/FluxSE/SyliusPayumStripePlugin)
0 commit comments