elisei/pagbank-payment-magento

View on GitHub
view/base/web/js/model/pagbank-payer-data.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * PagBank Payment Magento Module.
 *
 * Copyright © 2023 PagBank. All rights reserved.
 *
 * @author    Bruno Elisei <brunoelisei@o2ti.com>
 * @license   See LICENSE for license details.
 */

/* @api */
define([], function () {
    'use strict';

    return {
        payerTaxId: null,
        payerPhone: null,
        payerName: null
    };
});