mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
(bug) unable to subscribe with a payment schedule using PayZen
This commit is contained in:
parent
6b98f21300
commit
e863dda151
@ -3,6 +3,7 @@
|
|||||||
- Italian language support (credits to https://crowdin.com/profile/olazzari)
|
- Italian language support (credits to https://crowdin.com/profile/olazzari)
|
||||||
- Improved error message on payzen misconfigured currency
|
- Improved error message on payzen misconfigured currency
|
||||||
- Improved reporting error messages in UI, from ruby exceptions
|
- Improved reporting error messages in UI, from ruby exceptions
|
||||||
|
- Fix a bug: unable to subscribe with a payment schedule using PayZen
|
||||||
- Fix a bug: unable to list supporting documents types for a deleted group
|
- Fix a bug: unable to list supporting documents types for a deleted group
|
||||||
- Fix a bug: notification is broken when updating payzen currency
|
- Fix a bug: notification is broken when updating payzen currency
|
||||||
- Fix a bug: broken admin notifications if an order has been paid
|
- Fix a bug: broken admin notifications if an order has been paid
|
||||||
|
@ -28,7 +28,7 @@ class PayZen::Service < Payment::Service
|
|||||||
params[:initial_amount] = payzen_amount(first_item.amount)
|
params[:initial_amount] = payzen_amount(first_item.amount)
|
||||||
params[:initial_amount_number] = 1
|
params[:initial_amount_number] = 1
|
||||||
end
|
end
|
||||||
pz_subscription = client.create_subscription(params)
|
pz_subscription = client.create_subscription(**params)
|
||||||
|
|
||||||
# save payment token
|
# save payment token
|
||||||
pgo_tok = PaymentGatewayObject.new(
|
pgo_tok = PaymentGatewayObject.new(
|
||||||
|
Loading…
Reference in New Issue
Block a user