зеркало из
https://github.com/glebtv/yookassa.git
synced 2026-09-08 03:45:51 +03:00
Adding receipts (#20)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
22b12409d0
Коммит
2e4efb4143
@@ -41,4 +41,16 @@ RSpec.describe Yookassa do
|
||||
expect(Yookassa.payments).to be_a(Yookassa::Payments)
|
||||
end
|
||||
end
|
||||
|
||||
describe ".refunds" do
|
||||
it "delegates request to client and creates an instance" do
|
||||
expect(Yookassa.refunds).to be_a(Yookassa::Refunds)
|
||||
end
|
||||
end
|
||||
|
||||
describe ".receipts" do
|
||||
it "delegates request to client and creates an instance" do
|
||||
expect(Yookassa.receipts).to be_a(Yookassa::Receipts)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Ссылка в новой задаче
Block a user