Skip to content

Commit

Permalink
Merge pull request #3 from gtlt/patch-1
Browse files Browse the repository at this point in the history
Fix mastercard cctypes_stripe_master
  • Loading branch information
renatocason committed Oct 25, 2017
2 parents 3c1b16c + 8a66b3c commit b36f333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<can_deny_payment>1</can_deny_payment>
<order_status>processing</order_status>
<sdk_url><![CDATA[https://js.stripe.com/v3/]]></sdk_url>
<cctypes_stripe_mapper><![CDATA[{"american-express":"AE","discover":"DI","jcb":"JCB","master-card":"MC","visa":"VI","diners-club":"DN"}]]></cctypes_stripe_mapper>
<cctypes_stripe_mapper><![CDATA[{"american-express":"AE","discover":"DI","jcb":"JCB","mastercard":"MC","visa":"VI","diners-club":"DN"}]]></cctypes_stripe_mapper>
<paymentInfoKeys>source,outcome_seller_message,failure_code,failure_message,outcome_type,outcome_network_status,outcome_risk_level,cc_type,cc_number</paymentInfoKeys>
<privateInfoKeys>source,outcome_seller_message,failure_code,failure_message,outcome_type,outcome_network_status,outcome_risk_level</privateInfoKeys>
</aune_stripe>
Expand Down

0 comments on commit b36f333

Please sign in to comment.