Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/1.1.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
zill committed Oct 13, 2023
2 parents c86c628 + 6069080 commit 4e2f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ module.exports = {
async create({db, input}, options = {}) {
let data = await this.parseInput(input, options);

if (!data.title || !data.appKey || !data.appSecret || !data.url) {
if (!data.title || !data.appKey || !data.appSecret) {
return Promise.reject({message: this.invalidMessage()})
}

Expand Down

0 comments on commit 4e2f79d

Please sign in to comment.