We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday 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(
self.installments(0);
}
}
// 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);
}
self.creditCardType(creditCardType);
} else {
self.creditCardType("")
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