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
When creating an inquiry, fixup_payment_params is called. It checks the PTYP and updates the PENC accordingly. If PTYP
is not one of the cases, then PENC is set to 'NONE' which is never an accepted value according to the docs here
This causes an error to be returned when trying to make a RIS call with a paypal payment.
Would it be possible to remove the else block from the case statement?
When creating an inquiry, fixup_payment_params is called. It checks the PTYP and updates the PENC accordingly. If PTYP
is not one of the cases, then PENC is set to 'NONE' which is never an accepted value according to the docs here
This causes an error to be returned when trying to make a RIS call with a paypal payment.
Would it be possible to remove the else block from the case statement?
ris-clients/lib/kount/request/inquiry.rb
Line 53 in 29d438a
The text was updated successfully, but these errors were encountered: