enabled backbuttonaction

This commit is contained in:
Bill Richardson 2024-03-07 14:23:38 -05:00
parent 6c013bc0ad
commit dc29175f1e

View file

@ -695,8 +695,7 @@ export default {
handleIFrameContentWindowMessage(event) {
if (typeof event.data === 'string') {
if (event.data.indexOf('afterpayClosed') > -1) {
console.log('trigger back button...');
// this.backButtonAction();
this.backButtonAction();
}
if (event.data.indexOf('creditCardSubmit') > -1) {
this.setUIBlock(true);