lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.125.0 vs lib/active_merchant/billing/gateways/blue_pay.rb in activemerchant-1.126.0
- old
+ new
@@ -481,10 +481,10 @@
def scheduled(options)
return unless reason_type = options.dig(:stored_credential, :reason_type)
case reason_type
- when 'recurring' || 'installment'
+ when 'recurring', 'installment'
'Y'
when 'unscheduled'
'N'
end
end