Skip to content

Commit

Permalink
[CoreBundle] add missing guest payment rule js
Browse files Browse the repository at this point in the history
  • Loading branch information
breakone committed Jan 18, 2024
1 parent 860a5e2 commit ed8c351
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/*
* CoreShop.
*
* This source file is subject to the GNU General Public License version 3 (GPLv3)
* For the full copyright and license information, please view the LICENSE.md and gpl-3.0.txt
* files that are distributed with this source code.
*
* @copyright Copyright (c) CoreShop GmbH (https://www.coreshop.org)
* @license https://www.coreshop.org/license GPLv3 and CCL
*
*/

pimcore.registerNS('coreshop.paymentproviderrule.conditions.guest');
coreshop.paymentproviderrule.conditions.guest = Class.create(coreshop.shippingrule.conditions.guest, {});

0 comments on commit ed8c351

Please sign in to comment.