Skip to content

Commit

Permalink
Storefront v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lealobanov committed Dec 13, 2024
1 parent 1199b8e commit 3db8d38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cadence/transactions/purchase_nft.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ transaction {
execute {
// Execute the purchase
let item <- self.listing.purchase(
payment: <-self.paymentVault
payment: <-self.paymentVault,
commissionRecipient: nil
)

// Confirm the token type and deposit the purchased NFT into the buyer's collection
Expand Down

0 comments on commit 3db8d38

Please sign in to comment.