Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/stripe/module-payments/view/base/web/js/action/
Upload File :
Current File : //home/rtorresani/www/vendor/stripe/module-payments/view/base/web/js/action/list-payment-methods.js

define(
    [
        'mage/url',
        'mage/storage'
    ],
    function (
        urlBuilder,
        storage
    ) {
        'use strict';
        return function (callback)
        {
            var serviceUrl = urlBuilder.build('rest/V1/stripe/payments/list_payment_methods');

            return storage.get(serviceUrl).always(callback);
        };
    }
);