From 857b07f5bd86bcc10f736dc103aa6ed6ef2b62ea Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Thu, 19 Dec 2019 15:04:48 +1030 Subject: [PATCH] Repointing incorrectly located file --- views/themes/Cloth/pay.hbs | 2 +- views/{partials/payments => themes/Cloth}/shipping-form.hbs | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename views/{partials/payments => themes/Cloth}/shipping-form.hbs (100%) diff --git a/views/themes/Cloth/pay.hbs b/views/themes/Cloth/pay.hbs index 280e0ae..fd1d828 100644 --- a/views/themes/Cloth/pay.hbs +++ b/views/themes/Cloth/pay.hbs @@ -37,7 +37,7 @@ {{/if}}
- {{> partials/payments/shipping-form}} + {{> themes/Cloth/shipping-form}} {{#if session.customer}} {{#ifCond config.paymentGateway '==' 'paypal'}} {{> partials/payments/paypal}} diff --git a/views/partials/payments/shipping-form.hbs b/views/themes/Cloth/shipping-form.hbs similarity index 100% rename from views/partials/payments/shipping-form.hbs rename to views/themes/Cloth/shipping-form.hbs