Skip to content

Commit

Permalink
Reset price to 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtoups committed Dec 29, 2021
1 parent bfafc24 commit 21cb071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/components/relics/relics.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="print-pitch" data-bind="if: vm.printScreenshot(), css: {masked: buying}">
<img data-bind="attr: {src: vm.printScreenshot()}">
<p class="blurb">Purchase a customized, high-quality giclée print of your poem on 5" x 7" archival paper</p>
<p class="blurb-caption">$30 (Shipping Included)</p>
<p class="blurb-caption">$20 (Shipping Included)</p>
<p class="blurb-caption">US Only</p>
<button class="buy" data-bind="click: initiateOrder">Place order</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion scripts/utils/paypal.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ define(['api'], api => {
return actions.order.create({
purchase_units: [{
amount: {
value: '30.00'
value: '20.00'
},
shipping: {
type: "SHIPPING",
Expand Down

0 comments on commit 21cb071

Please sign in to comment.