We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit a872566f authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

Remove js code which map the bcmc to maestro (#899)

parent 7fd60d77
...@@ -190,13 +190,7 @@ define( ...@@ -190,13 +190,7 @@ define(
self.installments(0); self.installments(0);
} }
} }
self.creditCardType(creditCardType);
// for BCMC as this is not a core payment method inside magento use maestro as brand detection
if (creditCardType == "BCMC") {
self.creditCardType("MI");
} else {
self.creditCardType(creditCardType);
}
} else { } else {
self.creditCardType("") self.creditCardType("")
self.installments(0); self.installments(0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment