Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 16, 2017
1 parent ca73f54 commit 5ab8fee
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// 2017-09-17
/** 2017-09-06 @uses Class::extend() https://github.com/magento/magento2/blob/2.2.0-rc2.3/app/code/Magento/Ui/view/base/web/js/lib/core/class.js#L106-L140 */
define(['Df_Payment/withOptions'], function(parent) {'use strict'; return parent.extend();});
define(['Df_Payment/withOptions'], function(parent) {'use strict'; return parent.extend({
/**
* 2017-09-17
* The `true` value means that the payment options need to be shown on the Magento side.
* The `false` value means that the payment options need to be shown on the Yandex.Kassa side.
* @returns {Boolean}
*/
needShowOptions: function() {return this.config('needShowOptions');},
});});

0 comments on commit 5ab8fee

Please sign in to comment.