Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Fixed the broken price key
Browse files Browse the repository at this point in the history
  • Loading branch information
rennokki committed May 12, 2021
1 parent 8d15a74 commit d66d0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Plan.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public function toArray()
'yearlyId' => $this->getYearlyId(),
'name' => $this->getName(),
'description' => $this->getDescription(),
'price' => $this->getMonthlyPrice(),
'monthly_price' => $this->getMonthlyPrice(),
'yearly_price' => $this->getYearlyPrice(),
'currency' => $this->getCurrency(),
Expand Down

0 comments on commit d66d0f4

Please sign in to comment.