Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
otnansirk committed Feb 23, 2024
2 parents 20d8187 + ec50129 commit 3b2a88f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/PayPalAPI/Subscriptions/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ public function addProduct(string $name, string $description, string $type, stri
if ($error = data_get($product, 'error', false)) {
throw new \RuntimeException(data_get($error, 'details.0.description', 'Failed to add product'));
}

$this->product = $product;

return $this;
Expand Down

0 comments on commit 3b2a88f

Please sign in to comment.